Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridBase Class / Refresh Method / Refresh(Nullable<GridCellType>,GridCellRange) Method
Type of the cell.
The range.

In This Topic
    Refresh(Nullable<GridCellType>,GridCellRange) Method
    In This Topic
    Refreshes the specified cells.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Refresh( _
       Optional ByVal cellType As Nullable(Of GridCellType), _
       Optional ByVal range As GridCellRange _
    ) 

    Parameters

    cellType
    Type of the cell.
    range
    The range.
    See Also